wip
authorIan Jackson <ian.jackson@citrix.com>
Thu, 20 Sep 2018 16:27:34 +0000 (17:27 +0100)
committerIan Jackson <ian.jackson@citrix.com>
Thu, 20 Sep 2018 16:27:34 +0000 (17:27 +0100)
debian/rules

index a57ab256c03d3d5a9aa7172bfb80ac9fc2b5fa87..941945ecf0a1b857c85028a594482e9889026e0e 100755 (executable)
@@ -10,6 +10,13 @@ VERSION := $(shell dpkg-parsechangelog -SVersion)
 VERSION_UPSTREAM := $(shell echo "$(VERSION)" | sed -e 's,-[^-]*$$,,')
 VERSION_BINNMU := $(shell echo "$(VERSION)" | sed -rne 's,.*\+b([0-9]+)$$,\1,p')
 
+# work around bug in dpkg-buildpackage between dpkg 1.14.17 and 1.16.1
+undefine CFLAGS
+undefine CXXFLAGS
+undefine FFLAGS
+undefine CPPFLAGS
+undefine LDFLAGS
+
 export WGET=/bin/false
 
 XENARCH_amd64=x86_64